Some Beginner Projects which will help you to learn android from scratch.
-
Download Android Studio from the Google Developers site or using this link.
-
Install the file to your pc.
-
Download the required SDK(Standard Development Kit) Tools .
-
Clone the repository from : "https://github.com/harshendrashah/Android-Projects-Beginner.git " .
bash git clone --recursive https://github.com/harshendrashah/Android-Projects-Beginner.git
-
Open the project in Android Studio.
-
For launching the project you can either :
-
Install emulator * For this you must have HAMX (Hardware Accelerated Execution Manager) installed in Android Studio IDE. * To install HAMX (Hardware Accelerated Execution Manager) refer here. * You can download it at the time of installation of the Android Studio or install it afterwards in the SDK manager. * Use your AVD manager for launching the app.
-
Use your Android Phone * For using your phone, firstly connect your Android Phone with the pc using a data cable. * Go to the Settings > Developers Setting. * Allow USB debugging. * Run the project from the Android Studio IDE.
A simple Layout of a Birthday Card.
A score counter for a BasketBall Game
A simple application for ordering coffee drinks.
It has a feature of mailing the order details.