Category: Android Development

Category: Android Development

How to start with ML in android – Part 2
Image November 25, 2018 Android Development,Development Pushpendra Kumar

In this chapter I am going to cover Landmark detection in image. Before coming to this chapter you have to go through with How to start with ML in android – Part 1. Because in that post I have already covered the basic integration of ML. Now I am going to tell you solution for

Details
How to start with ML in android – Part 1
Image November 24, 2018 Android Development,Development Pushpendra Kumar

Let’s begin with the ML, Here you will learn how to work with machine learning. And in my android application tutorial I am taking base is Firebase ML Kit. If you want to know more about machine learning then you can click here. So in a very simple way let’s start with the following steps.

Details
How to save activity state using Save Instance State in android
Image November 23, 2018 Android Development Pushpendra Kumar

I’ve been working on Android SDK platform, and it is a little unclear how to save an application’s state. So I have search on that and Finlay come to the solution which is sharing with you on this post. You need to override onSaveInstanceState(Bundle savedInstanceState) and write the application state values you want to change

Details
How to show Snackbar in android
Image May 8, 2018 Android Development,Development Pushpendra Kumar

Another interesting component introduced in Material Design is the Snackbar. Snackbars are just like Toast messages except they provide action to interact with. Snackbar will be displayed at the bottom of the screen and can be swiped off in order to dismiss them. This article explains about snackbar with few examples covering different scenarios. 1.

Details