Posts

Showing posts with the label Android

MyShoppingList - Android app

Image
Blur mind, can't remember what to buy when doing shopping this android app might help you as it unable you to instantly create a shopping list. It is environment friendly as you don't need to write you shopping list on a piece of paper where you will throw it away after shopping is done. This android app is compatible with almost every android API. Moreover it doesn't drain the device battery with background process Screen Shot Splash screen Splash screen will appear for about 3 second when the application is starting up Home Activity Simple navigation drawer with menu that can perform the following functions: Create List - create new list and add items with quantity and price. The total price will be automatically calculated Generate List - based on preference, a list of items will be generated View List - view all the lists and items related to a specific list Add Category - New item and need to associate it with a new category, you can

Android tutorial for activity transition animation - Android

Image
Android tutorial to show the transition animation when navigate from one activity to another or from activity to fragment Screen Shot Step 1 create a new project in android studio with empty activity Step 2 right click on the "res" directory and in the context menu select new and add a new Android resource directory Step 3 Add animation files(XML)  in the directory you have created fade in Fade out Slide in left slide in right slide out left slide out right step 4 Create two activities one is the main activity and the second that the user will navigate in order to be able to see the transition animation Home page activity second page activity Step 5 Override the onClick() method and add the method "overridePendingTransition()" Download Click here to download source code Please donate and support at https://www.paypal.me/Rajcoomar

Fake Call Android Application

Image
Fake Call android apps enable the user to simulate a call from their smartphone by entering a number were the apps will detect the network carrier and display it on screen. Technologies used are: Java, Xml. Developed using android studio and tested using android API 25 (Android 7.1.1 - Nougat) Screen Shot Select Fake Call from the home screen  Select Fake Call and enter the a phone number. You can also select to  call after a time interval as well  Click call to simulate a fake call with the network carrier, phone number as information Download Click here to download the game or source code Please donate and support at https://www.paypal.me/Rajcoomar