Making an android color picker app – Part 3
Picking from where I left in part 2, I decided not to implement the color name logic any further but use a third party API to get color names. Implementing…
Picking from where I left in part 2, I decided not to implement the color name logic any further but use a third party API to get color names. Implementing…
Despite the on going global pandemic, I take this opportunity to wish you Happy Easter. It's now a year since I posted my first post and am glad am still…
Picking from where we left in part-1, lets complete the colour picker application by implementing the pending bits. ImageColorFragment Below is the implementation of the ImageColorFragment. public class ImageColorFragment extends…
The initial implementation of Simple Player had a basic architecture, an architecture that would result to spaghetti and hard to maintain code when more features are added as the application…
Introduction One of my biggest challenges of owning an Ubuntu VPS has been managing applications that I installed into server. Having applications with different version requirements of the same libraries…
1. Introduction A simple application for playing music stored locally in an android mobile phone using the ExoPlayer library. ExoPlayer is an open-source media library that provides an alternative to…
In this series of posts I want to show you how to create an android colour picker app. To follow these posts you need some android developing experience particularly java…
Introduction Updating your application(s) frequently enables your users try new features, as well as benefit from performance improvements and bug fixes. In-app updates is a Play Core library feature that…
This API complements the SMS Retriever API by allowing an app to ask users to grant access to content of a single SMS message. The API comes handy in situations…
Being a fun of sudoku, I decided to develop an online sudoku game as a personal project for learning django and jquery. It took me several weeks of developing to…