News

One known issue when using android:autoLink or the Linkify class is that it may break the ability to respond to events on the ListView through setOnItemClickListener.Check out this solution which ...
This library allows you to highlight syntax in an Android Native way using Spannable. A different way than other syntax highlighters that use a WebView with a Javascript library. Features: Optimized: ...
In the below example i have created animation textview. here first i have created a animation.xml layout, in animation layoout i have set scale property after then i have added textview in ...
Historically, transitions between activities and fragments in Android involved animating the entire view hierarchy. However, with Material Design, it is now easier to animate selected Views during ...
Learn to code a simple Android widget that can be updated automatically (after a time period), or in response to user action. Full source code included.