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

Search results

  1. R

    Apps Predefine widgets and use

    Hello, question - so if I want to predefine some widgets in xml and then use them multiple times in other view - how can I achieve that? A do not want to define each of them in java - just create object with predefined properties, fill with text and add to view. have a nice day, ronnixw
  2. R

    Apps custom + dynamic layout

    Hello, Next one question from me :D So , I have layout xml and there are two panes - one static , one dynamic. Static part I want one vs one from xml layout file( static texts , images ). Dynamic part I want to fill from code with unknown amount of textViews and ImageButtons and maybe some...
  3. R

    Apps custom colour radiobutton

    hello, I just wanted to ask if it is possible to have radiogroup and one of it's radiobutton in custom colour. For example - indicate the right and wrong answer. best regards, ronnixw
  4. R

    Apps gif to png/jpg

    hello, Is it possible to convert gif image to png or jpg in runtime? Resoruces stay gif. but in runtime images ar converted and showed on forms? Convert outside application is not the best variant - I have more than 1000 images :( best regards, ronnixw
  5. R

    Apps sqlite query random example

    Hello, can you please show me an example how to select random rows from database using : db.query(table, columns, selection, selectionArgs, groupBy, having, orderBy) best regards, Uldis
  6. R

    Apps layout tips

    Hello, What is the best approach to split screen in two parts - both together needs to fill full screen. For example , top box with 40% height and bottom box with 60% height. I am very new in android development, so maybe it is very easy :D but I can not get it :( best regards , Ronnixw
  7. R

    Apps Access resources from nonactivity class

    hello, is it corect approach? [android-beginners] Re: inability to access XML resources (R.string.xxx) outside of main activity... - gymshoe - com.googlegroups.android-beginners - MarkMail best regards, ronnixw