Posts

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

Student Information System - AngularJS , ASP.NET API, C#

Image
Web based application the student information system is a small application that allows user to register and login to view information about a particular student and can perform several actions like Login and register to the application View students  Add new student Delete a particular student Update user information Screen Shot Project architecture routing.js, config.js and app.js allow the application to route from one partial view to another and config.js is used to save all the endpoint needed to access the API.   For separation of concerns, in the solution panel separate partial views, controller and services in different directories and reference it in index.html to enable angular to load all the files required Login process login.html LoginController.js Using $resource from AngularJS to make an API call and response  with a user details model UserViewModel and UserDetailsViewModel Using Unity for repository p

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