[android-developers] Protecting my algorithms when I release a library

2016-05-30 Thread Niranjan U
I'm working on developing a library with a set of APIs that developers can latch on to, and then build their Android applications on top of this library. However, I have an issue here. I have an encryption key in the code that I want to protect. So, I want to prevent users from reverse engineer

[android-developers] Real time video streaming Andro 2.3 or higher? mob or tab any device

2012-01-20 Thread NIRANJAN TIRKEY
Hey my application requires real time streaming from the camera..so what should be the platform sdk to work ..i read android 4 supports low level streaming..what about tablet platforms 3 and higher? -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Re: error generate on application launching time

2011-09-05 Thread R.B Niranjan
my friend u said to me that i use LogCat and debug again but how to do that things On Sep 5, 8:38 pm, TreKing wrote: > On Sun, Sep 4, 2011 at 3:14 PM, R.B Niranjan wrote: > > when i open that application that i face a error "the application generate > > unexptional er

[android-developers] error generate on application launching time

2011-09-05 Thread R.B Niranjan
hi .i am new for android ,when i run my project in emulator then it succes but when i open that application that i face a error "the application generate unexptional error forcily close it" please help me -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: Media Sample Apps

2008-04-11 Thread Niranjan
(MyMediaRecorder.java:63) Am I missing something? Could you point me to relevant information. Thanks, Niranjan On Mar 19, 5:12 pm, Megha <[EMAIL PROTECTED]> wrote: > The sample applications for using Media APIs: > > 1) MediaPlayerTest > 2) MediaRecorder > 3) VideoViewDemo > > are up

[android-developers] Sample code: MyMediaRecorder.java NullPointerException

2008-04-11 Thread Niranjan
android.content.ContentResolver.insert(ContentResolver.java:281) ERROR/AndroidRuntime(654): at mysamples.android.MyMediaRecorder.initiateMediaRecorder(MyMediaRecorder.java: 98) ERROR/AndroidRuntime(654): at mysamples.android.MyMediaRecorder $1.onClick(MyMediaRecorder.java:63) Thanks, Niranjan