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

Search results

  1. M

    ROMs PC doesn't perform copy from it to sdcard/internal storage

    I did create a custom ROM and trying now to copy it from my PC to my Lenovo Ideatab A3000-h, but when connecting the device and try to copy it from my pc to the device, it didn't do the process and gave me the following behavior (forever): the ROM size is about 2GB, is there's some way to...
  2. M

    Apps What's wrong with my dynamically declared layouts?

    My android app supposed to have a LinearLayout contained in a HorizontalScrollView, now i have to declare a number of another contained layouts that are contained in that main layout but i don't know the number or the data of these layouts as I take this data from the server i connect to...
  3. M

    Apps How to make a layout just fits the width when it's in a HorizonrtalScrollView

    I have a horizontal LinearLayout that contains bunch of vertical LinearLayouts , each one of these vertical Layouts supposed to fit only 25% of the horizontal layout, so it can only contains four ones, so, i want to add a HorizontalViewScroll to contain the rest of the vertical layouts when...
  4. M

    Apps How to make a sidebar with a flexible behavior over different screen sizes?

    I'm using a sidebar into my android app, this app required to run on from 7' to 10' android tablets, the problem is the side bar gives me different behaviors with the different sizes, look at the following pics: with 7': with 10': and that happens with either fixing the sidebar size...
  5. M

    Apps How to make a customized scrollView?

    I'm developing an android app and i need to make a horizontalscrollview that contains some layouts , this scrolling process a want it to be like the following image: So, what's the best way to achieve that ? thanks in advance :)
  6. M

    Apps How to assign a flexible size to the image button?

    I want to create image buttons with a flexible size so that they can fit in any android device without problems as when creating them the regular way I don't get the required result, for example: And on another device: Here's the code I'm using: <GridLayout...
  7. M

    Hello Androiders :)

    Hello everyone, i'm new here and also new in the android world, i think it's a great world and i think this is a great community :) , hope to give knowledge besides gaining knowledge from here :)