Skip to content Skip to sidebar Skip to footer
Showing posts with the label Deprecated

Slidingdrawer Deprecated

I just noticed that since API 17 the SlidingDrawer it's been deprecated. the comment on it says… Read more Slidingdrawer Deprecated

Intergrate Camera Without Deprecated Methods And Backwards Support

I want to build an application where the front camera of the device is used to project the current … Read more Intergrate Camera Without Deprecated Methods And Backwards Support

I Keep Getting Deprecated Api Warning Even With Correct Check

I'm working on a Android project, and at some point in my code I need to get the device serial … Read more I Keep Getting Deprecated Api Warning Even With Correct Check

Is It Safe To Use .getwidth On Display Even Though Its Deprecated

So i have a small problem, i'm writing a function which need to send screen width to server. I … Read more Is It Safe To Use .getwidth On Display Even Though Its Deprecated

'java.lang.string' Is Deprecated In Android

I have write simple TAG like this: private static final String TAG = 'MainActivity'; Str… Read more 'java.lang.string' Is Deprecated In Android

Android Webview Setdatabasepath Deprecated

This method was deprecated in API level 19 Database paths are managed by the implementation and cal… Read more Android Webview Setdatabasepath Deprecated

How To Handle Deprecated Handler In Android

Previously this code worked perfect. Now its is showing android.os.handler is deprecated. private f… Read more How To Handle Deprecated Handler In Android

Replacement For Simplecursoradapter?

I'm looking at the Notepad Tutorial on the Android developer's site and noticed that Simple… Read more Replacement For Simplecursoradapter?