Android app for phone and tablet: 1 or 2 apps?

后端 未结 4 2021
北海茫月
北海茫月 2020-12-13 04:21

I have to develop an application for both Android phones as tablets. The application logic is the same, while the UI is completely different. I\'m wondering how I should dea

4条回答
  •  孤城傲影
    2020-12-13 04:37

    I have been mulling over the same stuff, although i already have my code layouts split out for tablet / phone variants I am looking for size optimisation by using two apps, however I set out a method for using ONE code set to build both variants.

    https://stackoverflow.com/questions/13956515/android-should-i-split-my-app-into-tablet-and-phone-variants

提交回复
热议问题