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 - How to animate Bitmap on Surface view onDraw()? -


i trying make game. try use gridview wonder how can drag item ontouchevent(). found example http://www.droidnova.com/playing-with-graphics-in-android-part-ii,160.html

it great example. cropped image in 12 small image bitmap. display them on screen randomly on specific position. overriding ontouchevent() got requirement. want animate image "swap" other image animating. have both images x,y location. wondring if can done animation class.so should not put effort doing manually. know not hard job. animation class can more smoothly. have arrayofimages(bitmap) , want swap 2images animation. using thread update "canvas" in background. please me. . more thing. how can add scroll view surface holder?? possible? because think when try drag image , not drag , active scrollbar response?

finally using loop specific x,y specific x,y while updating canvas. although not efficient way.


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 -