コード例 #1
0
ファイル: DailyJokeHome.java プロジェクト: hai046/Web
 public int getCount() {
   try {
     return mDailyJokeDAO.getCount();
   } catch (Exception e) {
     e.toString();
   }
   return 0;
 }