To make a TextView scrollable in android java, Add these lines in your project In XML : android:maxLines=”1000″ android:scrollbars = “vertical” In Java Activity : YourTextview.setMovementMethod(new ScrollingMovementMethod()); Explanation android:maxLines=”1000″ android:scrollbars = “vertical” Here, android:maxLines=”1000″ sets the number of lines that…
Whatsapp Status Downloader apk App for Android
How to download and save WhatsApp statuses on android? Do you see a cool or important image or video in the whatsapp status that someone posted and you wish you can save it to your device to see later? well…
Galaxy S2 I9100 CM Kernel To Effectively Fix Massive Battery Drain
Notice: This post was first published in my old wordpress blog at http://zidsdreamyworld.wordpress.com, that blog now is replaced with this website, so i am moving the post here to this site. Recently some guy at XDA found out why the…
Dolby Digital Plus – Ported For Android
This is a ported Dolby Sound module zip flashable to your android device via cwm to boost your android device’s sound effects nicely. This should work on most 4.3+ Android Roms
Android iphone CTIA Earphone Plug Pinout pins Diagram
This is an image of the CTIA earphone pin out configuration for android,iPhone etc earphones. this earphone pin out is not the same for old Nokia earphones because they use OMTP standards configuration for their earphone. but it is a…
Earphone Headset Inline Music Control Circuit DIY for Android Iphone and other CTIA Devices
Here’s the circuit for android or other CTIA standards earphone supported devices earphones inline music control, the next,prev,vol up, and vol down functions acquired using few resistors that connected from MIC to GND through push buttons. This circuit works with…
Home Made Bright White LED Torch Flashlight Circuit Diagram DIY
Simple Diy Flashlight Torch Electronic Circuit Diagram This post was first published in my old wordpress blogs at http://zidsdreamyworld.wordpress.com and http://ziddique.wordpress.com, these blogs now replaced with this website Here is one easy to build LED Torch Flashlight circuit powered using…
What is a Transistor and What does it do?
What is a transistor? A transistor is an electronic component device built with semiconductor materials. transistors are widely used in both analogue and digital electronics. An integrated circuit (IC) or Chip, can contain many many transistors, maybe hundreds of them.…
Verify Ownership of your WordPress Website Easily for Google Search Console
How to verify ownership of your website for google search console easily Verifying your website for google search console may not be easy if your website is built with WordPress software or you are not interested digging into your cPanel.…
How to Create Assets Folder in Android Studio
In android development, some important files such as images,sounds etc can be placed inside a special folder named assets. in this tutorial, let’s create one. Select packages in project window, right-click on the app > New > Folder > Assets Folder…