Custom User Titles - About xda-developers.com

I was wondering if we could have the option to change our user titles after a certain number of posts?

Related

extra program tabs

Anyone know how to increse the number of shortcut tabs from the default 30 in the programs list?
You can edit the registry to increase the number.
This topic has been discussed before, so please search the forum for discussions on the "how" and the maximum limit.

Fragment vs Activity

Hey Guys,
I am thinking of an app where the screen has 2 parts. I am thinking of using fragments for this.
However here is my question:
In the first screen/activity I am asking a user to click something on the bottom half based on the question in the top half. Once the answer is correct the user goes to the next set of questions.
Example:
The first screen can have 2 half, on top pick colour black,and the bottom has 4 or 5 different colors. Once the user clicks black, I want the user to see the next question, Maybe, Pick color Red and so on and so forth.
My questions is should I be having one main activity and different fragments based on number of questions that I want to ask?
Also can I make a generic template for a fragment and use an array list to populate the contents of the fragements ?
Thanks
I would put all of them into one Activity, no Fragments are needed. Indeed, the app should be faster without Fragments.
For another question just change the text/color of the View at the bottom.
Your question cannot have a specific answer
If you could make a template (base) actvitity for all possible answers at the bottom part of the screen, why not adding the top part also
and make one template activity without fragments?
But i have a feeling that your app will benefit from fragments if you cant make the template above.
If all your answers are not so similar in UI or logic (for example colors, geometric drawings, ... songs played) then you need to
a) build on base answer activity used to communicate with the question activity (passing data etc)
b) build some ancestor activities for all possible answer types, and finally
c) populate an array of activity "types" (from ) and their parameters to load on the bottom fragment when needed
so you pick the next from the array.. make an instance of the activity based on its base class, pass the parameters and pass it on the fragment

Zooper widget rich text question

Hi Zooper Devs, let me first say i love zooper and all it's abilities.
I do have a question about rich text, will you ever add the ability to rotate rich text or is this not possible? I have searched for the answer and seem to only find that it's not available and to rotate you need to use the text option. if there is a reason it can't be implemented i understand.
Thanks
I have the same question?
Any help?
Theres an advanced parameters optoon for text rotation and it goes as [r][/r], but when i type any number betwen those two []'s nothing happens, ive tried adding ° and % and also nothing

[Q] ListAdapter error

I'm newbie at android development and I'm trying to build an app that have to show certain products but its divided in categories, and other subcategories, I'm showing in the first layout the categories and when I select any of them it have to show the next view where the orientation should be landscape 'cause I use a listview to show the subcategories in the left and a fragment to show their products in the rigth but I'm getting a nullpointerexception in the adapter set to the list
SebasEP6 said:
I'm newbie at android development and I'm trying to build an app that have to show certain products but its divided in categories, and other subcategories, I'm showing in the first layout the categories and when I select any of them it have to show the next view where the orientation should be landscape 'cause I use a listview to show the subcategories in the left and a fragment to show their products in the rigth but I'm getting a nullpointerexception in the adapter set to the list
Click to expand...
Click to collapse
It's easier to diagnose what your problem is with code and visual examples.
NullPointerException can be thrown in any number of scenarios. My guess is your adapter is pointing at a null object or no object at all.

Blinkfeed Choose Highlights topics not allowing me to choose custom topics

On the most current blinkfeed when I want to add topics to highlights, I'm only given the option to add "Services&Apps", the previous version of Blinkfeed allowed me to choose which topics I wanted, example "TOPICS-UNITED STATES" with the option to select or de-select the checkboxes with the listed topics. Now I only have the option to view the topics individually and not as a group.

Categories

Resources