Posts

Showing posts from May, 2017

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