Applications, code pieces, proof of concepts and learning exercises for various platforms
Raspberry pi based python code along with extended circuit to display 4 bit decimal integer to binary by using Light Emitting Diodes. ...(Working)
Python code to send data over bluetooth module (HC-05) and read the data through the Serial input (RX pin) on raspberry pi. Also can check the serial communication by shorting RX and TX pins on RPi and running serial_read and serial_write scripts.
Basic web application to demonstrate the usage to python with Flask framework for learning purposes only.
Python based application to get GitHub followers list and save it offline. And compare the offline list with GitHub list to check who has unfollowed you.
Small app to create a simple Java server on Raspberry Pi and then send requests from a client to turn a LED (Light Emitting Diode) ON or OFF.
Simple stopwatch app in Android to demonstrate working with Handlers and activity life cycle.
Android client application for the IMDb server provided by OMDb(www.omdbapi.com). Application is divided in two activities one of which displays the results for corresponding search and other activity(item details activity) is called when any one or the results is clicked. Google's Volley library is used for REST API calls, UI mainly consists of GridView, ScrollView, TextViews and ImageViews.
Learning MVVM implementation in Xamarin forms app.
Windows based Python application which works as a client for Quotes on Design(http://quotesondesign.com/api-v4-0/). App uses requests, wxPython and bs4(BeautifulSoup) libraries to fetch the data in JSON format and then display it in a text box.
Python client app for Lyrics.ovh(https://lyricsovh.docs.apiary.io/#). App uses request and wxPython to fetch and display data.