Author: Chet Hasse The books share the story of a team that built android operating systems that run on 3 Billion devices as of today. I am an Android and Flutter Developer and the majority of my experience is in android. We use the framework and OS APIs every day to build applications. And I was always curious to know how the OS was built in the first place. However, this is not a technical book explaining how to build …
Category: Android
Building the same components from scratch for your Android projects time after time just doesn’t make sense. This is why libraries are really powerful — Building an android library is easy, but building one that keeps …
This is a short blog combining multiple resources I found on the internet in one place. Problem When we build apk in android by default the apk file is named based on the combination of the …
Have you been in a situation where you want to test a feature from a specific branch? But you don’t have an environment set up in the local? Or you are out somewhere and don’t have …
Do you know a friend/colleague who tests their application directly in the production environment? Yeah, that’s a bad practice. We should have a local or staging environment where we test our code before we push to …
#DevSangamam The word Sangamam means confluence in Tamil. Building on this, DevSangamam is a conference, catering to the Developer community of Tamil Nadu & India. “Sangamam” expresses the essence of the conference and gives the regional …
Do you want to enhance your skills? Have you always wondered how developers manage to build/maintain many popular open-source libraries while still doing their regular day job? Have you always had the feeling that you would …
This sample app demonstrate that how to maintain Aspect Ratio of view in Staggered Layout using Constraint Layout.We have taken the Pinterest Android app home page example where they show all the images in staggered layout …
This is a sample app for my blog series “Flutter For Android Developer” for Android developers who are looking to apply their existing Android knowledge to build mobile apps with Flutter. https://github.com/burhanrashid52/FlutterForAndroidExample
This is a sample app demonstrating Youtube UX/UI animation using ConstraintLayout.It implements the Keyframe Animation feature in ConstrainLayout.This sample app is built on Android Architecture Components Proudly ? made in Kotlin https://github.com/burhanrashid52/YoutubeUX
This is Android Room Data Persistent library introduces in Google I/O 2017 with Android Architecture Component. This Sample Project demonstrate the Implementation of Room Library with LiveData Updates using ViewModel provided in Android Architecture Component Libraries …
Social Profiles