Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get Current month name,date and year in android

In the below example code I have described, how to get Current month name , date and year from Calendar to do this I have used getInstance() method.   protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstan

Scan document like CS Scanner

This blog is about sample application for Scanning documents like CamScanner.   Jhansi Karee has published library and demo project like CamScanner develop with OpenCv and NDK.  if you want only scan image and getting result then you ca

Enable mod_rewrite on Ubuntu 16.04

How to enable mod_rewrite on Ubuntu 16.04 Hello friends welcome to findnerd. Today I am going to tell you how to enable mode_rewrite on Ubuntu 16.04. With activating mod_rewrite you will be able to manage URL rewrites. URL rewriting is done to make

How to install and use Active Admin as your Admin Panel for Rails Application?

As we know that these days every web application needs an admin panel which allows the owner or the manager of the web application to manage all the data and restrict the accessibility of certain things to certain users. For that there is a gem of A

How to use custom sound for notifications when application is in foreground/active mode?

Hi Reader’s, This blog includes the concept of how to use custom sound for notifications when application is in foreground/active mode. Below is the code in objective C language for the same which you have to write in AppDelegate file :- &nbs

How to Export Data Reports in Excel Using Codeigniter Framework

Excel is a spreadsheet which contains cells in form of rows and columns. We can say it is a computer program which is used to record and manipulate data in rows and columns. In this blog we will learn how export data reports in excel format using Co

How to detect whether the android device has Internet connection or not?

If your android app is dependent on internet then you need to check whether your device is having internet connection or not at the starting of your app, so to check the same copy the code below :- To know the Network state in your app you need to a

How to use Intent to send data from one Activity to another in Android

Below I have written the code for how to send data using Intent in Android from one Activity to another. Intent i = new Intent(getActivity(), UploadWeldService.class); i.putExtra("mCapturedImagePath", mCapturedImagePath); i.

How to get crash report using Splunk Mint in Android App

Features of Splunk Mint:- 1) Monitoring slow transactions(track process) from start to finish. 2) Track user activity and events 3) Generate exception logs that occured in app. 4) Debug messages based on platform. 5) Examining errors by particular us

Switching between Activities along with data using Kotlin

The important announcement by Google in 2017 for Android Developers is that kotlin is now an official language for Android App Development. For more on introduction and basic you can visit previous blog "Getting Started with Kotlin for Android A

prev 1 2 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: