Android Studio 0.8.11
我剛剛完成了在Android上一個測試是建立一個應用程序,需要一個實時新聞,並將其顯示在包名的最佳實踐。然而,由於我把所有的課程都放在一個包裹裏,導師非常關鍵。
我只是想知道什麼是包裝類的最佳做法。對於我特定的測試我下這個包名以下類:
com.viewsys.ncon
我的班是這些:
DBHelper <-- database creating and ugprading
DetailActivity <-- activity that add the NconDetailFragment
NconContract <-- properties of the database schema columns, table name
NconDetailFragment <-- detail fragment
NconListFragment <-- list fragment
NconViewPager <-- just the view pager
JsonNewsFeed <-- class that downloads and parses the json format
MainActivity <-- Main activity
NewsFeed <-- class of properties getters/setters for news feed
NewsFeedDB <-- simple array list to store all the object from the sqlite3 DB
SplashActivity <-- activity that add the splashFragment and the NconListFragment
SplashFragment <-- splash fragment
Utilities <-- just some simple utility functions
非常感謝您的任何建議,
對我來說你做得很好。你只有十三堂課。無需將它們存放在不同的目錄中。 – greenapps 2014-10-07 18:57:42