小编Jay*_*juh的帖子

Android 应用程序获取最后更新日期

是否可以获取应用程序上次更新的日期?我想在应用程序中显示它,如下所示:

  String htmltext = "E-mail: " + Datacontainer.Instance().GetDatabaseHelper().GetUserEmail() +
                    "<br>Authorized: " + is_auth +
                    "<br>Last updated on: " + "?" +
                    "<br>Tips version: " + "228" +
                    "<br>App version: " + "v 1.3.0" +
                    "<br>Your Airline: " + "?" +
                    "<br>Your Nickname: " + "?" +
                    "<br>No of tips submitted: " + "?";

  TextView infotext = (TextView)fragmentView.findViewById(R.id.infotext);
  infotext.setText(Html.fromHtml(htmltext));
Run Code Online (Sandbox Code Playgroud)

android

8
推荐指数
1
解决办法
3393
查看次数

标签 统计

android ×1