Posts by Victor CS • 105 points
10 posts
-
0
votes0
answers19
viewsQ: Capture to handle webview media control
How do I know that the View as the image was clicked? Using Dump in Eclipse has control media content-desc. I need to know when it was clicked to fire a method.…
-
3
votes1
answer711
viewsQ: Run a full screen Html5 video
I’m using this solution to load an html that has a js that loads a url from an encrypted video. Everything goes very well however, I need that when giving the first play in the video (click on the…
-
1
votes0
answers147
viewsQ: Listview loses state of lines during scroll
I own a ListView and I use the following layout for Adapter: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/llContainer"…
-
1
votes1
answer63
viewsQ: Textview does not update text inside an Arrayadapter
I am trying to update a text in a Textview inside the Adapter. The text is visually not being displayed even using notifyDataSetChanged(). I use other visual ways as for example enable disable…
-
1
votes1
answer104
viewsQ: Component created does not get the width of the screen
I created a component that would be a bar with buttons at the bottom of the screen. It should respect both in Portrait and in Landscape the width of the screen at least. If the width of the…
-
0
votes0
answers369
viewsQ: Use of various good quality images on sqlite
I need to address a question of how to best use recording several images of good resolution in the database. Better definition would be to perform any and all operation of the sqlite on several…
-
0
votes1
answer21877
viewsQ: How to wake up the screen only by touching the android screen
It would be possible to wake up a device with Android Operating System just by touching your screen, without pressing any physical button like Power or Home, such as on Nexus 5 and LG G2, where a…
-
1
votes2
answers20153
viewsQ: How to disable android home button
I need to disable the use of the physical button of the Android device (preferably versions higher than 4.0). With researches I found some solutions such as removing actionbar, leaving the…
-
0
votes1
answer1916
viewsQ: Android: How to update Actionbar and Drawerlayout title and items at runtime?
I need to update the Actionbar title and each of the Drawer menu items with the runtime language change. I use the following code to change the language of my application but I cannot change the…
-
2
votes2
answers560
viewsQ: How to view data from a Cordova database?
I wonder if there is a way to access and view recorded data from a database Cordova? I have an app mobile (Android and iOS) and I know I can view the logs using log or alert but, is there any way to…