[android-developers] Need to Load .a static lib.

2013-09-14 Thread Amit Sinha
Can any one tell me how can I load test.a static library file in my java file . test.a static file create using NDK build make file. I read some blog and found the it is not possible to load the static lib, then i create a .so file in the i am loading the test.a. But still m not able to run my

[android-developers] Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
Hi, I am creating an android web app using Webview and Java script making addJavascriptInterface(*true*). what are the thing i should be taking care so that any malicious code should not run on my app. i worried about the security of my app as i am enabling addJavascriptInterface(*true*).

Re: [android-developers] Re: Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
. if your interface allows for the deletion of files or reading and sending of contact information, your app is much more vulnerable than when your interface only allows for a simple calculation. On Wednesday, March 27, 2013 3:59:06 AM UTC-4, Amit Sinha wrote: Hi, I am creating an android

[android-developers] Cursor and text selection is not proper in Jelly bean in HTML page

2013-01-10 Thread Amit Sinha
Hi, I am creating an app with HTML/Javascript in Jelly bean. I have created a contenteditable tag in div tag where i can type text.This app I created with webview instance. I observe that some times cursor is not appearing properly. also the selection is not proper. Has any body tried this

Re: [android-developers] Need to create composer in Email...

2012-10-18 Thread Amit Sinha
that. Thanks Amit sinha On Thu, Oct 18, 2012 at 11:11 AM, Asheesh Arya asheesharya...@gmail.comwrote: code to create and send email programmatically in android import java.io.File; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import

[android-developers] Composer screen with Bold, underline and italic text, font changes

2012-10-18 Thread Amit Sinha
Hi, can any body tell me how to create composer screen with some specific requirement, like in my composer screen I want to add feature like Bold, underline and italic for text typed. Also font change(color and size) for the text in composer screen in android. I want to save composer in

[android-developers] Need to create composer in Email...

2012-10-17 Thread Amit Sinha
Hi, can any body tell me how to create email composer in andriod. I want email composer to have HTML features. please give me sample code if any body have? thx. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
Hi, please let me know how can i modify the manifest file(AndroidManifest.xml) of installed apk. Need to modify AndroidManifest.xml is to change the permission of install apk. i wanted to update the permission of the installed apk.. thx amit -- You received this message because you are

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
UTC+5:30, sparky wrote: You need to rebuild your APK with the new manifest and install it on the device. You can't change the manifest on-device. On Aug 29, 12:17 pm, Amit Sinha toamitsi...@gmail.com wrote: Hi, please let me know how can i modify the manifest file(AndroidManifest.xml