I have a simple app that has two fragments and when in landscape mode, both fragments are shown side by side and in portrait I show Fragment A and then if they select an option, start an Activity that
I am aware of recycling of views in LiveView, I am also aware that we cannot have a listview as a child of scroll view, which just scrambles the scrolling up.
I need to show all nodes of a specific nodetype, related to the profile node of each user, inside a certain page.
this is my first question here on SO although I\'ve been lurking for quite a while. I\'m wondering what the best way is to search through around 350,000 records in a product database. I\'m rewriting a
i built an app on ios 4.3 and it worked fine but when i run it on the new ios the back buttons dont work. Heres my code to go to the next xib:
I am creating a custom MVC framework. I verrrrry loosely modeled it after the codeIgniter framework, but it\'s ground-up custom for the most part.
I\'ve tried <%: Html.DisplayFor(m => m.Overall) %> <%: Model.Overall %> and neither work and may only ideas right now would be to make if statments on the view itself that if it wa
My layout of areas is such: Warehouse/ ClientProcesses/ SupplierProcess/ Inside \"Warehouse/\" - I have a partial view called \"summaryUC\", I want to access this from inside the view (aspx file)
I\'m using MVC 3 Razor to make a simple CMS for practice purposes, and the idea is that I\'m creating a few partial views.
I am using a Gallery with an ImageAdapter to load it with ImageViews that pull images out of my resources. My problem is that the convertView that gets passed to the getView() method in my adapter is