Android Programming
The video lectures of below programs is available on THIS LINK.
Android Programs
0 – JAVA PROGRAMMING BASICS | |||
Program Name | Description | Last Updated On | |
|
Java Basics | A basic example of java program | 11-March-19 11:00:00.00 |
|
Java Class Objects | An example of how to define classes in java | 11-March-19 11:00:00.00 |
|
Java Class Inheritance | An example on how to performance inheritance in java | 11-March-19 11:00:00.00 |
|
Java Interfaces | An example of interfaces in java | 11-March-19 11:00:00.00 |
|
Java Interface Inheritance | An example of how to performance interface inheritance in java | 11-March-19 11:00:00.00 |
|
Anonymous class | An example of how to define anonymous class in java | 11-March-19 11:00:00.00 |
|
Anonymous class Example | An example of how to define inner class and anonymous class in java | 11-March-19 11:00:00.00 |
1 – ANDROID PROGRAMMING BASICS | |||
|
My First Application | This program creates a very basic application in android studio | |
|
Second Application | This program creates a basic application in android studio | |
|
Toast Example | A program on how we can use Toast class in android | |
|
Counter App | A simple counter app in android with design and new activity calling. | |
|
My First And App | A simple android application in which a new activity is also created and passed with some data. The program also introduces how to use designs android. | |
2 – CALLING RESOURCES DYNAMICALLY | |||
My Application Resources | This application introduces how we can use resources in android studio | ||
A Fire Woods Water game (without use of images) | A fire, woods, water game in android. Two player game, user vs computer, without using images | 22-March-19 23:00:00.00 | |
Fire, Woods, Water Game in Android with Images | A fire, woods, water game in android. Two player game, user vs computer, using images and other items. | ||
Snakes and Ladders Game | A snake and ladders game with basic movement logic implement, but without the rise, and fall logic. | ||
Calculator App in Android | A calculator app in android like windows basic calculator | ||
3 – BROADCAST RECEIVER | |||
Broad Cast Example | A complete application on using BroadcastReceiver class in how to send a system defined broadcast and a user’s custom generated broadcast | 16-May-19 0:46:32.62 | |
4 – LIST VIEW CONTROL | |||
Program Name | Description | Last Updated On | |
List View Example | A program on how we can use a list view on our application | ||
Sorted ListView | An example of list view in which the order of the rows will not change as we are using SortedHashMap | 25-Oct-18 14:14:33.28 | |
5 – SPINNER CONTROL | |||
Spinner Control | A program on how we can use spinner control (drop down) in our application | ||
5 – RECYCLER VIEW | |||
Recycler View Basics | A basic example on Recycler View with data selection on click | ||
Recycler View with Click functionality and Row Dividers | An example of recycler view with click functionality and divider among rows | ||
RecyclerView with multiple columns in a row | RecyclerView with multiple columns in a row and change of row background color on click | ||
RecyclerView Data operations | An example of adding, removing, update single or multiple rows at specific positions | ||
6 – CONFIRMATION DIALOG | |||
Confirmation Dialog | A program on how we use a confirmation dialog in | ||
7 – FRAGMENTS | |||
Program Name | Description | Last Updated On | |
Fragment Example | A program on how we can use fragments in android application | 19-Oct-18 14:47:26.25 | |
8 – DATABASE APPLICATIONS | |||
Program Name | Description | Last Updated On | |
Android SQLite Database Example | A complete database application with insert, update, delete, search, and using RecyclerView control | 20-May-19 01:30:00.00 | |
Simple Database Application | A simple database example | 24-Nov-18 13:30:55.05 | |
Final Database Application | A complete database application with android and SQLite, and also using fragments | ||
DBApp.zip | A program on how we can create a database application in android | ||
9 – SHARED PREFERENCES | |||
Program Name | Description | Last Updated On | |
SharedPrefs.zip | A program on how we can save small data in phone using shared preferences | ||
Shared Preferences Example | An example of shared preferences saving data of various data types | 22-Nov-18 18:27:26.48 | |
10 – CREATING A WEB VIEW | |||
Program Name | Description | Last Updated On | |
Web View Example | A program on how we can create a web view of an online web application | 23-Nov-18 16:27:59.02 | |
11 – DRAG DROP EXAMPLES | |||
Program Name | Description | Last Updated On | |
Simple Drag Drop | A simple drag and drop application in android | ||
Drag Drop Frames | A simple application of drag drop from one frame to other. | ||
My App Drag Drop | A program on how we can perform drag drop in android application | ||
Drag Drop Multi_Automated | A complete application of drag drop styles and shape files, counters for every target container and colors. | 27-Dec-08 55:51:57.82 | |
Drag Drop Even Odd | An even odd game using drag and drop using Tag property of images and layouts | 27-Dec-08 55:51:57.82 | |
12 – ANIMATION EXAMPLE | |||
Program Name | Description | Last Updated On | |
Animation Example | A simple animation example in android | ||
13 – GRAPHICS EXAMPLE | |||
Program Name | Description | Last Updated On | |
Graphics Example | A simple graphics example in Android | 27-Dec-18 9:05:41.22 | |
Bouncing Ball Example | Creating a bouncing ball in android graphics | ||
A moving circle in graphics example | A moving circle that we can move with mouse | 13-July-19 | |
A complete bouncing ball game | A complete bouncing ball game in android graphics | 13-July-19 | |
14 – EXPLICIT INTENTS | |||
Program Name | Description | Last Updated On | |
My App Intent | A program on how we can use different types of Intents in our application | ||
15 – SENDING SMS | |||
Program Name | Description | Last Updated On | |
sms app | A program to send an sms | ||
Sms Manager | Sending an sms in android | ||
16 – SERVICES | |||
Program Name | Description | Last Updated On | |
Simple Service | An example of how to create a simple service in android, LocalBroadcast from service | 27-Dec-18 8:30:56.76 | |
Simple Bound Service Ex | An example of how to create a simple bound service | 27-Dec-18 8:30:56.76 | |
Bound Service Example | Another example of simple bound service | 27-Dec-18 8:30:56.76 | |
Intent Service Example | An example of IntentService and LocalBroadcast from service | 27-Dec-18 8:30:56.76 | |
17 – GPS RELATED OPERATIONS | |||
GPS Intervals Service | A service to show GPS on intervals | ||
GPS_Location_Main Activity | A program to get GPS location | ||
GPS_Location_Service.zip | A program on creating service to collect GPS | ||
GPS_Location_SMS | A program to sms the location of GPS | ||
GPS Tracker | A program on how we can create a service to output our GPS coordinates. To send our GPS coordinates on a given phone number, and send a reply message of GPS coordinates to an incoming message | ||
18 – CONNECTING ANDROID WITH PHP | |||
Program Name | Description | Last Updated On | |
Android With PHP | A program on how we can create a PHP connection with our android application, and perform insert, update, select, and delete operations | 27-Dec-18 8:30:56.76 | |