Feb 6, 2020Support In-App-Updates Implementation ExampleNote: This project is converted into library and can be found at https://github.com/therajanmaurya/sweet-play-update — In-App-Updates Example -> https://github.com/therajanmaurya/In-App-Update-Example Recently I was working on In-App-Updates. When you will see the documentation: https://developer.android.com/guide/playcore/in-app-updates. It would look like that it is straight forward and you don’t have to write anything extra but no…Android4 min readAndroid4 min read
Apr 6, 2019Progress Bar Instead Progress DialogAs we know Progress Dialog is depreciated in API level 26Android2 min readAndroid2 min read
Published in AndroidPub·Jul 23, 2018RxBus Kotlin (Listen where ever you want)RxBus Kotlin Example -> https://github.com/therajanmaurya/RxBus-Kotlin-Example Before RxJava we were using the Bus libraries like Otto, EventBus, startActivityForResult Intent etc to update the other fragments(components) on behalf of the current task. Example: Let’s see we have started first activity and then started another one and then another one and then another…Android2 min readAndroid2 min read
Mar 22, 2018Handle Android Sweet ErrorsEvery Android developer always think, How to show error message to user and which one, whenever he/she add the feature in the project. Actually It somehow easy to build a feature and code looks awesome until we did not covered every failure condition and did not added the error UI…Android4 min readAndroid4 min read
Dec 30, 2017Apache GSoC’ 2017 Blog PostFinally It’s time to wrap up and finalise the project to submit on GSoC dashboard. Here is my GSoC project Fineract-CN-mobile. It was great summer to work with My mentors Markus Geiss and Mark van Veen. First I want to thanks both of them. It wasn’t possible without you.Android8 min readAndroid8 min read
Oct 30, 2017Add Localization String in application supported all languages using keyboard shortcut.Recently I need to tell one of contributor, we are supporting Localization, so please whenever you add any string in strings.xml, add in all languages strings.xml that we are supporting and I was finding blog to send him so he can catch up quickly and i did not find anyone. …Android App Development2 min readAndroid App Development2 min read
Oct 29, 2017Git Push & Pull with Two different accounts and Two different users on the same machineI don’t know how many of you, have ever tried to Push or Pull your code from two different Github account on same system or tried to Push code with as two different user. As everyone knows we celebrate Hacktoberfest whole October. I don’t know how many of you participated…Git6 min readGit6 min read
Published in AndroidPub·Aug 20, 2017Refresh Access Token globally (Separate logic as a module) using RxJava 2, RxAndroid 2 and Retrofit 2It is very common logic everyone needs, Like I was dealing with access token in my current GSoC Project. In my situation I knew, when my access token in going to expire, I have the timestamp of expiration. So there is two way to handle refresh the access token. First…Android3 min readAndroid3 min read
Apr 17, 2017Take 15 Minute Power Nap, will boast your day.Now It’s Sunday, no one wants to work but sometimes you can not choose, you have to continue with Sunday as you do on your regular days. Don’t mad on this type of situation because these type of situations comes exceptionally but believe me it will give you relax in…Sunday1 min readSunday1 min read
Apr 14, 2017Things going to changeApril 15 As I am always saying. I believe in increasing the knowledge. Yeah this thing not giving me results quickly but I believe. In future, I will get a good one. I am the person who always believes in his self and does not give up. …Productivity2 min readProductivity2 min read