I have some html: <body> <h1 id=\"header\"></h1> <div id=\"container\"> <div id=\"left\">
I have 2 panels. The first panel has a combo box. depending on the value of the item in the combobox selected, a panel below it must change. in the action listener of the combo box, when I try to chan
i need to create around 26 buttons for simple task like display alphabets. i can do this by using layout design.
I have extended CursorAdapter and associated it with a ListView. I have two different layouts for the rows and have implemented getViewTypeCount, getItemViewType, newView and bindView. The data comes
Would it be possible to on app start send a request to a server which would return JSON.The JSON would contain something like:
I am trying to add the Facebook login button to my header, but for some reason it appears way left and to the bottom of other li开发者_如何学JAVAnks :)
I\'m working with Symfony 2 on a site which having 2 languages, and I want to change patterns of my routes depending on user locale language !
I have a problem with the animations, here is my code: public void onCreate(Bundle savedInstanceState) {
I\'ve created a custom dialog that is a simple calculator.I\'m having a problem with the layout in Android 2.3.3.The dialog wraps the calculator perfect in 2.2.1 and lower, but in 2.3.3 it doesn\'t.Be
Here is my problem, I am using a layout that has a sticky footer (using the cssstickyfooter.com method). inside my container div i have a content开发者_运维问答 div that has four other divs inside of