Posts

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

Mail Express web application

Image
Mail Express is a web based application that you can use to sent mail to an individual. The user must have a gmail account where Mail Express will act as a mail client. Technologies used for this project are: ASP.net C#, ASP.net webAPI, SQL server, MVC Screen Shot Login view Register view Home Page view Models Login process Sent the user email and encrypted password in a JSON format to the API using HTTP POST request API is using dependency injection and repository pattern to fetch user details from the database. Sending mail process sent an HTTP POST request to API with email subject, body and other details as JSON format Please donate and support at https://www.paypal.me/Rajcoomar

Display all files in a directory with sub folder

Image
Simple console application to get the files and sub folders in a particular directory Screen Shot Save all credentials and file path in App.config Method to read File in the base path and sub folders Retrieve all paths in a list of datatype string and use the class StreamWriter to create a file with extension .txt Download Click here to download the game or source code Please donate and support at https://www.paypal.me/Rajcoomar

Splash Screen For Android Apps

Image
Tutorial on how to implement a splash screen in an Android app. Steps  Step 1 Create a new android app with an empty activity Step 2 Add another empty activity in the project and name it as "SplashScreen".  Generate the layout as well. Step 3 Go to AndroidManifest.xml and cut the XML tag <intent-filter> from the main activity to activity "SplashScreen". Whenever this app will start will will the the activity "SplashScreen" first Step 4 Right click on the folder "res" and from the context menu select new then select "Image asset". select an appropriate image which will appear on the splash screen In the "Activity_splash_screen.xml" add an "ImageView" control and select the uploaded image. Step 5 In the "SplashScreen.java" add the following code in the method "onCreate" the make the splash screen appear for 3 seconds Step 6

BMI calculator android app

Image
Simple user friendly BMI calculator android app with is compatible with most of  the android version, from API 17 to API 25. It is optimized to run on medium spec phone as well. Screen Shot Main screen Spinner to select measuring unit  Code to render Spinner String array in resource file values/strings.xml User input validation  Download Click here to download source code Please donate and support at https://www.paypal.me/Rajcoomar

Simple Flash Light Android App

Image
A simple flash light android apps with a nice and simple UX design to demonstrate the simplicity and user friendly of an android apps. This application is simple to use, no user information required and will turn on and off the flash of a smartphone with just the click of a button only. No ads and it is a full version apps. Screen Shot first add user permission in the file AndroidManifest.xml just above the application tag In the main layout add an ImageButton with a suitable photo. You have the option to customize the background as well in my case is black. After adding the ImageButton, the main layout should be like the following image: Now on the MainActivity java class you need to override the method Oncreate() Download Click here to download the source code of Klight apps Please donate and support at https://www.paypal.me/Rajcoomar