i building application in have use page controllers (similar page controllers in iphone ). not find such thing in android . possible use in android or alternative of in android ...?
thanks in advance.
there no page controllers in android api. can still use design approach in code think. move view interaction logic in separate controller class, leave in activity derived class activity specific code, menu inflation etc.
Comments
Post a Comment