Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

ios - How to fetch application icon and application description from iTunes store? -


how fetch application icon , application details itunes store if have app id?

i believe there way retrieve @ least icons via 1 of many app store rss feeds, perhaps more via custom feed. i've not tried method, know @ least apps , websites use them way.


better answer

you can retrieve requesting xml information app store. dan grigsby wrote about year ago:

app store data mining techniques revealed – part 1

app store data mining techniques revealed – part 2: scripting app store xml downloads

part 2 explains how send query specific app using app id. article doesn't provide code doing in ios, it's straightforward once know ask for.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -