Thursday 20 February 2020

Create Music Player App in Android Studio with Source Code





This is the music player with the interactive UI for the easy access for user This application can be used to play mp3 songs. The key features in this are as follows,
  • It contains the ability to fetch all the mp3 songs from the Local Storage.
  • User can create his/her favourites playlist.
  • Favourites playlist will be permanent until user deletes the songs.
  • User can also add some songs to the currently playing song list which will be temporary.
  • It also has search functionality which will the search the song and give the desired result.
  • It contains a interactive UI which allows user to control the songs. These features are implemented with the help of :-
  1. Navigation Drawer
  2. Fragments
  3. Viewpager
  4. SQLite Database
  5. Adapters.

Download APK File

Download Source Code

Wednesday 19 February 2020

Kotlin Android Job Allocation Project





Overview

Do you remember or forget sometimes to whom you allocated a task ??
Have a look at Job Allocation app build with SQLite database and Kotlin support
It is an Job recording application with an offline database to store the jobs allocated to a person by any authority.The app can be used in coordinating the task distribution for a project and many more creative ways. A custom ListView holds the info: Jobassigned toassigned bydate of creation.Any item in the ListView can be editedupdated and also deleted as well, any time by a ClickListener on the items of the ListView.
You dont need to remember the allocation......the Job Allocation app would do this for you ..!!

Features

  • SQLite Database
  • Splash screen
  • Animation styles
  • Custom ListView
  • ImageView
  • progress dialog
  • Minimal Design
  • Simplified Theme
  • Well Constrained Layout

Platform

    -> Android Studio
    -> With Kotlin Support

The app is finally installed on your Android mobile device !!
To directly download the apk Click Here

Download Source Code


Resources, Activities and Manifest for the Application

For curious Kotlin programmers Click here
Packages for backend Files:
Frontend resource files are stored in res package
Android manifest file for the project:

Tuesday 18 February 2020

Freelancing Website Project in PHP Mysql





Buy Now ₹501

Key features in a freelance website are the most basic ones to make your site considered a freelance platform.Take some time to put yourself in freelancer’s or project owner’s shoes and think about their expectation of a freelance website. For example, freelancers would want to have profiles to advertize themselves, while employers expect a project submission form in the front-end. And both would love to have project bidding function so that freelancers can bid for projects they love and employers can invite their favorite freelancers to bid. Considering the business side, a freelance website has to integrate monetization plans together with multiple payment gateways. Also, easy customization, responsive design, and SEO friendly are important features you should consider.

key features in a Freelance Site:-

  • Project submission.
  • Freelancer profile.
  • Project bidding.
  • Monetization plan.
  • Different payment gateways.
  • Fully responsive.
  • Intuitive page builder.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript
  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.
Back end: PHP, MySQL
  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named Fmarket.
Import database Fmarket.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/Folder Name/"

Buy Now ₹501


Here Premium Freelance Site available : -

Admin Features:

⚟ Secure Admin Dashboard.
⚟ Campaigns Category Management.
⚟ Campaigns Management.
⚟ Campaigns Charge Management.
⚟ Campaigns Log.
⚟ Withdraw System Management.
⚟ Withdraw Methods Management.
⚟ Withdraw Requests Management.
⚟ Withdraw Log.
⚟ Member Management.
⚟ Announcement Management.
⚟ Deposits Management.
⚟ Gateways Management.
⚟ Deposit History.
⚟ FrontEnd Management.
⚟ Contact Management.
⚟ Social Settings.
⚟ Term Settings.
⚟ Policy Settings.
⚟ Faq Setting.
⚟ Login + Signup Management.
⚟ Footer Management.
⚟ Language Manager.
⚟ Advertisement Management.
⚟ General Settings.
⚟ Basic Settings.
⚟ Email Settings.
⚟ SMS Settings.
⚟ And More…..

Request Demo Or Buy Contact

WhatsApps  - +917000830947
Email - projectworldsofficial@gmail.com

Wednesday 12 February 2020

Python Django File Sharing Project





Buy Now ₹501

This project was done by me as a assignment for an internship.

Assignment Problem Statement:

Part 1:

  1. Create a web-app where a user can login.
  2. User can upload files.
  3. User can view his/her uploaded files.

Part 2:

  1. User can search and view profile of other users.
  2. They can share their uploaded files with any of those users.
  3. Users can see the shared files by other users also in uploaded files.

Additional Features:

  1. In users profile user can set his/her profile picture.
  2. Users can download other users uploaded files.
  3. The user can upload any type of files such as images, videos, text files and also different types of programs like python code, java code, etc.

Technologies Used:

  • Python
  • Django
  • Bootstrap
  • JavaScript

Additional Python Modules Required:

  • Django                               -    python -m pip install –-user Django
  • django-crispy-forms       -    python -m pip install –-user django-crispy-forms
  • Pillow                                 -    python -m pip install –-user Pillow

Note :

The Secret_Key required for the execution and debugging of project is not removed from the project code. So you can use the project as your college mini-project or by using the project code you can build your own project.

Usage :

python manage.py makemigrations

python manage.py migrate

python manage.py runserver
In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/

Buy Now ₹501