How to make Round or Circle ImageView in Android or Android studio

Rounded or Circle ImageView in android or andorid studio making some tips and code, First you have to create RoundedImageView in you app or src folder.. public class RoundedImageView extends ImageView { public RoundedImageView(Context context) { super(context); // TODO Auto-generated...

Json parse from webserver in android or android studio

First you have to aware about this, reads a JSON (RFC 4627) encoded value as a stream of tokens. This stream includes both literal values (strings, numbers, booleans, and nulls) as well as the begin and end delimiters of objects and arrays. The tokens are traversed in depth-first order, the same order that they appear in the JSON document. Within JSON objects, name/value pairs are represented...

Failed to install *.apk on device *: timeout in Android

I faced many times Failed to install *.apk on device *: timeout in Android. So, i have to decided, I tries to clean project many times but unable to solve ,but now how to solve this problem in android. First you have do this  , change the ADB connection timeout. I think it defaults that to 5000ms and I changed mine to 10000ms to get rid of that problem. If you are in Eclipse, you can...

Load or get json from assets and parse in android studio

Basically, when developing app there is data getting from web server, however , here json getting from assets, which is sometimes helpful when static data used in application. First you have create Assets folder in main. Right click on app, then select New and go to Folder and click finally you can...

Top 25 Software jobs Salaries

According to Robert Half Technology,  the 20 positions expected to see the largest salary gains, percentage-wise, between 2015 and 2016 are: 1. Wireless network engineer 2015 salary range: $99,000-$137,500 2016 salary range: $108,750-$150,750 9.7% increase 2. Big data engineer 2015...

No resource found that matches the given name after upgrading to AppCompat v23 in android studio

I have stocked in many times of by taking this No resource found that matches the given name after upgrading to AppCompat v23 in android studio. So, here i have decided to post, it solution for everyone, which is helpful who faced such kind of problem in android studio. Solution: Your compile SDK version must match the support library's major version. Since you are using version 23 of the support...

How to implement CSS file in Android App

Here is the simplest way to implement your CSS file in android application. WebViews in your native Android app, to display HTML which is packaged with the app, then you can use CSS like in any HTML site. WebVie webView=(WebView) findViewById(R.id.webViewDetials); //webView.setBackgroundColor(0x00000000); webView.getSettings().setJavaScriptEnabled(true); StringBuilder...

Programmatically set height and width of Relative and Linear Layout in android

Are you faced to set height and width of Relative layout and Linear layout programmtically in android, here is the simple solution to set height and width of layouts. First, we have to get height and width of screen and then do these things  // getting screen size of mobile or tablet devices  Display display = getWindowManager().getDefaultDisplay();         Point size...

How to make RATE APP in android

Here is the how to rate app in andorid, are you already publish app on google play then, do this in your app, first you have to define this RateThisApp.java file in your app folder. package co.happybirthday; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import...

How to create a Cordova Project

Here is the cordova tutorials in android, how to make make full application. Steps Make sure you have an up-to-date version of Node.js installed on your system. Open Terminal (Mac) or a Command window (Windows), and type the following command to install the Cordova CLI: npm install -g cordova or...

MediaPlayer stutters at start of mp3 playback in android

     A Local HTTP Streaming Server (LocalHTTPServer) for Android. This version was specifically made to stream encrypted MP3 files using a CipherInputStream to MediaPlayer but should be easily modified to work on ordinary files. It has been tested on API 9+ and works fine on large files (tested on up to 20MB files).  Here is the simple example, import...

Toast tutorial in Android

Basically , toast is important when you want to display some message to user or to give some notify message whenever user going to wrong direction or going to right direction too. It is also used for when task is completed or done or something getting error. Lets discuss first , what is the structure in toast.There are two method we can display toast in android, one is programmatically or other is...

Free Developing Android Apps Course

Udacity offers the first course in the Android Developer Nanodegree, Developing Android Apps is the foundation of our advanced Android curriculum. This course blends theory and practice to help you build great apps the right way. In this course, you'll work with instructors step-by-step to...

The Best Companies For Internships all over the world

With more than 27,500 open internships across the U.S., according to Glassdoor data, now is the time for college students and young professionals to apply to summer internships. Glassdoor combed through thousands of company reviews shared by interns over the past year to identify the companies that...