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.

android - Publishing multiple versions of one app on Google Market -


i have android app display high quality images with. there many different screen sizes , ratios. know there filters show apps in market devices small/medium/large screens.

if put images of both sizes in 1 app double size of app, right?

is practice make multiple versions different screen sizes?

i make 1 app in 3 versions such devices:

  • medium screen mdpi
  • medium screen hdpi + large screen mdpi
  • large (tablets)

if it's possible how can specify them in manifests? or somewhere in market?

no 1 seems addressing file size issue you're asking about, i'll try.

you should package high quality images set of separate downloads, 1 each type of device plan support. makes base app small, , ensures end user's disk space filled images needs.

i've not done myself, idea send on right search path. imagine design separate download either resources on own server, or set of apps in market (i.e. "myapp image pack hdpi", "... mdpi", etc.).


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 -