Tag: Android

Tag: Android

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 count number of line in project
Image November 23, 2018 Development,Research And News Pushpendra Kumar

Let’s have look on the new thing today. How to count the number of lines in existed project or in a particular file. The question occurs in my mind when my Bose asked me that how many lines you have coded in your project. Then I start searching on that and I found the very

Details