Am new to Android. I am doing android app in that i was loading existing web pages into my App using Webview.I did successfully for loading the web pages using Webview.But i need to delete some part of web page content before loading into web view.
Please help me with some sample codes.
Thanks.
Hi, I want to open another applications like Facebook, google play etc., while user clicks links in the webview of my application. I have given facebook.com link to the buttons. However app doesn't load by clicking that. Please help.
facebook.com
It seems to be working weird, any pointer.
My ultimate goal is to create a new lock screen for android so I thought that the best way to do that is to modify the source files that already implement the lock screens in android and particularly in android 4.2 or 4.3. I followed the instructions in http://source.android.com/source/building.html and i successfully downloaded and built android 4.3 in my computer. The next step is the modification of some java files. I want to do this with eclipse. I have eclipse 4.3.1 and I am trying to follow the instructions in http://source.android.com/source/using-eclipse.html . The problem is that the instructions are for older version of eclipse and with the new version i cant follow the 5th step as shown below :
How can I do this correctly in eclipse 4.3.1 ; If i follow the wright steps will I be able to import all android 4.3 in eclipse without showing any errors? Please help me.
I need to change the Wifi channel programmatically (Of course, I will enable the Wifi to function as Hotsopt first). Is there any API/Driver in the source code that I can use?