• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Apps Viewpager

    How to implement viewpager for textview. I am trying to slide the textview horizontally on a button click. Please provide a link with example.
  2. M

    Apps Pagination for textview

    Hi, I am having a webview and I have retrieved the web content in a text view using txt.setText(Html.fromHtml()). But the page alignment is not same as it was in web view. Please help me in how to retrieve the html content in text view with pagination. The following is for webview pagination...
  3. M

    Pagination for textview

    Hi, I am having a webview and I have retrieved the web content in a text view using txt.setText(Html.fromHtml()). But the page alignment is not same as it was in web view. Please help me in how to retrieve the html content in text view with pagination.
  4. M

    Remove Replacement Character

    HI, How to remove replacement character(�) from a string in java?
  5. M

    Apps CustomView webview

    Hi I am tying to access webview with onTouchListener. But i am getting the warning CustomView 'WebView' has setOnTouchLustner called on it but does not override performclick(). If a view that overrides OnTouchEvent or uses an OnTouchListener doesnot also implement performclick & call it when...
  6. M

    Apps Accessibility event

    HI, I have my code for screenreader and epubreader. When i try to access the screenreaderservice in webview's ontouchevent my service is returning onAccessibilityEvent: [type] TYPE_TOUCH_INTERACTION_START [class] null [package] null [time] 7027156 [text] [] [description] null...
  7. M

    jni function missing

    Hi, While compiling the project the .so file is not creating. Can anyone please tell me what will be the problem.
  8. M

    How to access the background text-to-speech service

    Hi all, I don't have any idea of how to access text-to-speech to read all the things i am selecting. Example like talkback. Please suggest me some tutorial or give me an example for how to access the service.
  9. M

    Apps cannot resolve corresponding jni function

    Hi, I have gone through many posts and i couldn't find a solution till now. I am getting the warning message as "cannot resolve corresponding JNI function. Reports native method declaration in java where no corresponding JNI function is found in project." I tried using...
  10. M

    How to make the app work in different screen sizes

    Hi, I have developed an app which is working in screen size from 4.5/4.7. I am trying to make it work for all screen sizes even small of 4. What i have to do. Please someone help me
  11. M

    Apps Android Multiple mp3 files on different button click not working

    I am trying to make an app that plays specific sounds on button click , I got like 400 buttons created statically not in an array or anything , and I assigned the sounds to each button correctly the problem is , after playing a number of buttons it gives me that error. Anyway I could stop...
  12. M

    Apps App for multiple screen

    Hi, I have developed an app for tablet. But i want that app to work it in mobile device also. How to make it work with mobile. Is it possible? Or i have to redesign the app?
  13. M

    Apps Android Webview browser error

    Android webview On button click gives the following error on 1st click. Your browser does not support the HTML5 canvas tag While clicking 2nd time it is loading the HTML file from the given path. Can anyone please tell what the error might be and how to solve this? Please. The following is the...
  14. M

    Html page speak with tts

    Hi, I have created an HTML page with android. it is opening and works fine. But now i want to read the contents of my web page like (WEB PAGE READER). I don't know how to do that please help me how to do that.
  15. M

    Clicking button lists words

    Hi, I have created a small app. Like by clicking a button the text is viewed. Now i am trying to do is, If my button name is A and by clicking a I want to list of some words stars wit A. Please tell me how to do that. The following is my code. public void onCreate(Bundle savedInstanceState) {...