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

Search results

  1. S

    Sending email by javamail in android

    Hello, I was previously able to send mail using JavaMail API through gmail but now they are not allowing less secure apps and so I am no longer able to send email using gmail. How can I get around this ? Can I use hotmail for this purpose ? Please help regards Sanjish
  2. S

    Print all pages of bitmap in pdf using Itext7

    Hi, I have a 4 pages long jpg file (got from Linear Layout with a scroll view) that i want to convert and print to pdf using Itext7. But only 1 page is printed. Do I need to split the jpg into pages and add them to the pdf document ? If so how do i split the jpg? Please help regards Sanjish
  3. S

    Create a pdf file of tablelayout inside scrollview

    Hi, I need to generate a pdf file of a tablelayout inside scrollview. I am able to create a single page pdf file but not for the entire tablelayout inside scrollview. Please help Thanks & regards Sanjish
  4. S

    How to enable zoom in android app

    Hi, I have a layout with imageview and tablelayout. The app works fine except that i cant zoom in / out of the screen. The screen stays on fixed size when i try zooming by hand. Please help regards Sanjish
  5. S

    Create a offline music App with 800 songs

    Hi, I have got a project for creating a music app with about 800 mp3 songs . At present I have stored them in internal storage in the assets folder. But it takes hours to compile and run and the message that the size is too big appears. Can someone please help me with this as it is urgent...
  6. S

    Menu not visible in android device

    Hi, I have made a simple menu in android studio 3.2.1. The menu items shows ok in design view. However when i connect it to genymotion or youwave emulator it is invisible and when i click on the 3 dots in the action bar it says that unfortunately the app has stopped The activity_main.xml...