我的应用程序在线从服务器检索数据。如果我在应用程序中插入像 Hello 这样的服务器,如果您点击上方,请不要引导任何地方。为什么?这是来源
MyText = (TextView) this.findViewById(R.art.tit);
        Text = (TextView) this.findViewById(R.artic.text);
        String formattedText = db.getTesto();
        String formattedTitle = db.getTitolo();
        MyText.setText(Html.fromHtml(formattedTitle));
        Text.setText(Html.fromHtml(formattedText));