577 Views
1. True Love Messages True Love Messages app provides emotional messages to express your feelings to girlfriend/boyfriend, fiance or beloved.   2. Document Scanner Document Scanner is a image scanner application that make your phone to scan documents Using Document ...
Sheetal Kumar
Jul 18, 2023
545 Views
1. English Dictionary   English to English Dictionary with offline feature. This Dictionary have favorite word marking to get useful word immediately. This have 2 types of Game to test your Vocab Level. 1. Meaning to English Word Game 2. Fill in Blank Game 2. English Bangla ...
Sheetal Kumar
Jul 18, 2023
1963 Views
1. English Dictionary   English to English Dictionary with offline feature. This Dictionary have favorite word marking to get useful word immediately. This have 2 types of Game to test your Vocab Level. 1. Meaning to English Word Game 2. Fill in Blank Game 2. English Bangla ...
Sheetal Kumar
Mar 26, 2021
1764 Views
1. True Love Messages True Love Messages app provides emotional messages to express your feelings to girlfriend/boyfriend, fiance or beloved.   2. Document Scanner Document Scanner is a image scanner application that make your phone to scan documents Using Document ...
Sheetal Kumar
Mar 22, 2021
4335 Views
Sometime you need to trim or remove a charecter from left or right. For example: http://devstudioonline.com You need to remove http:// from left. Then you need a function to trim from left side with given charecters or string. public static String ltrim(String str, String trimchar){ ...
Sheetal Kumar
Oct 16, 2019
31617 Views
Like Html and CSS you can create rounded corner background for layout and button in android. The way of creating a rounded corner in Android is a bit different than Html and CSS. To create a rounded corner in android you just need to create an XML file in the drawable directory. You can also set ...
Sheetal Kumar
Feb 22, 2019
11938 Views
Upload file in a Mobile Application is a general task for a developer. But when you need progress with file upload, it goes complex to manage due to data will transfer in multiple parts. Some other issue is there to get the sequence of file upload, Total progress, Which file is uploading etc is a critical ...
Sheetal Kumar
Feb 21, 2019
6045 Views
In Android ImageView sometimes you need to show the image and allow to view in zoom on the pinch. You can use our following library for the same. ZoomImageView-android How to To get a Git project into your build: Step 1. Add the JitPack repository to your build file Add it in ...
Sheetal Kumar
Feb 03, 2019
2475 Views
For find extension from a given path you can use any one from given solution: Method 1: Get extension from string path String path = "/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20190125-WA0010.mp4"; String extension = path.substring(path.lastIndexOf("."));   Method ...
Sheetal Kumar
Jan 26, 2019
6286 Views
In Android when you want some API call and you are creating an HTTP request then you always get NetworkOnMainThreadException. This exception is raised due to the request is created on the main thread, the Main thread is used for Application internal processing. To call an API you need to create ...
Sheetal Kumar
Jan 15, 2019
2489 Views
Most of the Android App developers uses Data Cable to Debug or Run App on Android device. Here I will explain how to avoid data cable to run the app using WIFI connection. Step 1: Set Static IP to your mobile.  WIFI Setting -> Modify Network -> Advanced Option -> IP Setting ...
Sheetal Kumar
Aug 26, 2018
7709 Views
Android Alert Dialog provides lots of option for customization. Such as we can create Confirm Dialog, Action Dialog, Custom View or Form in Dialog, List Selection in Alert Dialog. Here we will know about list selection in Android Alert Dialog. Step 1: Create a global variable for the list and ...
Sheetal Kumar
Aug 15, 2018
11061 Views
Ellipsis is triple dots (...) at the end of the line. It is required when you want to keep your sentence in a single line. If your test reached the end of the line then automatically create ... at the end. Steps to create ellipsis TextView in android: 1. Add TextView in your activity. <TextView ...
Sheetal Kumar
Aug 11, 2018
7617 Views
In Android, you have to write lots of code for some actions. To reduce lines of code we use functions and classes to reuse the code but sometimes we need the callback of function. So here I will tell how to create the callback with an example.  Let take an example in Android, in most places ...
Sheetal Kumar
Jul 07, 2018
5485 Views
Different types of mobiles comes to market that support different screen sizes and densities in Android. In Android we can run all  types of application whether the screen size is small like mobile or large like a tablet. This has become a great advantage in Android . Now-a-days all the applications ...
Anamika Gupta
May 16, 2018
Page 1 of 2 Pages       Total Records 18