25 July 2015

Make your own Android Notification

What we will do? -> We will make an app with a button. When the button is pressed we will get a notification. What we will need? activity_main.xml MainActivity.java Step 1 : Create a new android application. Click on File->New->Android Application Project. Step 2 : Give the name as NotificationDemo and package name as com.mia.notificationdemo. Click Next continuously. Click Finish. Step 2 : Add a button...

Published By:
Yatin Kode
on 25.7.15

17 July 2015

Make a Gesture based android application

What we will do? -> We will make an application which will close the app as we draw a big 'C' on the screen. What we will need? Emulator of android v1.3 or above with sdcard gesture app in the emulator(present by default) MainActivity.java (java class) activity_main.xml (xml layout) Step 1 : Create a new android application. Click on File ->New->Android Application Project. Step 2 : Give a name to your application...

Published By:
Yatin Kode
on 17.7.15

7 July 2015

Upload Android Source Code to Github (continued....)

Continued from previous post > Step 12 : The Red exclamation (!) will be removed. Right-click on Project choose Team->Commit. Step 13 : Write initial commit as message. Select All and click Commit and Push. Step 14 : Copy the url of Github repository created in Step 4 in the URL box. Enter UserName and Password of GitHub Account and click Next. Step 15 : Click on Add All Branches Spec and click Next. Step...

Published By:
Yatin Kode
on 7.7.15

Upload Android Source Code to Github

You must have installed the eclipse github plugin as shown earlier. Now will learn to upload our source code on GitHub without Git Step 1 : Login to your GitHub Account. If you do not have a Github Account just SignUp. Step 2 : Click on the "+" sign at the top right corner and choose New repository from the drop-down menu. Step 3 : Choose name of your repository (same as application) and provide a short description....

Published By:
Yatin Kode
on 7.7.15

29 June 2015

Add Github plugin in Eclipse ADT

Step 1 : Start Eclipse and go to Help->Install New Software. Step 2 : Copy the below link in the text-box http://download.eclipse.org/egit/updates Click on Add. Give Name as Github and click OK. Step 3 : Choose Eclipse Git Team Provider and tick Hide items that already existed and click Next. Step 4 : Click Next. Step 5 : Accept License Agreement and click Finish . Step 6 : Restart Eclipse and you are...

Published By:
Yatin Kode
on 29.6.15

Pages (16)Prev 12345 Next