Toast(โทซท) คือเป็น Popup ที่จะแจ้งเตือนข้อความบนหน้าจอที่เราใช้งานอยู่ แต่หน้าจอปัจจุบันก็ยังคงทำงานอยู่ปกติ

ตัวอย่างการใช้งาน Class Toast จะเขียนคำสั่งใน Class Activity

 

Class Activity

package four.me.activity;
 
import android.app.Activity;
import android.os.Bundle;
import android.widget.Toast;
 
public class MainActivity extends Activity
{
     public void onCreate ( Bundle savedInstanceState )
     {
          super.onCreate ( savedInstanceState );
 
          this.setContentView ( R.layout.activity_main );
 
 
          Toast toast = Toast.makeText ( this, "Mindphp", Toast.LENGTH_LONG );
 
          toast.show ( );
     }
}

คำสั่ง Toast toast = Toast.makeText ( this, "Mindphp", Toast.LENGTH_LONG ); เป็นการกำหนดข้อความที่จะแสดงใน Toast

ส่วนคำสั่ง toast.show ( ); เป็นการให้แสดง Toast ขึ้นมา

 

AndroidManifest.xml

<?xml version="1.0" encoding="utf-8"?>
<manifest ... >
    <application ... >
        <activity android:name="four.me.activity.MainActivity" ... >
             <intent-filter>
                  <action android:name="android.intent.action.MAIN" />
                  <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
        </activity>
    </application>
</manifest>

 

หน้าจอแสดงผลของการใช้งาน Class Toast 

          

 

กระทู้ล่าสุดจากเว็บบอร์ด
หัวข้อกระทู้
ตอบ
เปิดดู
ล่าสุด
สอบถามรัน cron ด้วย url ใน extension เป็นลิงค์แบบไหนค่ะ [phpBB]
โดย eange08 จ 06 พ.ย. 2023 6:11 pm บอร์ด สอบถามปัญหาการใช้ phpBB3, SMF, Joomla, Wordpress, CMS, CRM
2
808
จ 13 พ.ย. 2023 12:53 pm โดย eange08 View Topic สอบถามรัน cron ด้วย url ใน extension เป็นลิงค์แบบไหนค่ะ [phpBB]
ใช้โมดูลแล้วขึ้น JUri not found
โดย Thanapoom1514 จ 06 พ.ย. 2023 3:52 pm บอร์ด Joomla Development
0
1681
จ 06 พ.ย. 2023 3:52 pm โดย Thanapoom1514 View Topic ใช้โมดูลแล้วขึ้น JUri not found
How to Add Animation and Transitions to React Components?
โดย Codalien จ 06 พ.ย. 2023 2:33 pm บอร์ด JavaScript & jQuery Ajax & Node.JS
0
6160
จ 06 พ.ย. 2023 2:33 pm โดย Codalien View Topic How to Add Animation and Transitions to React Components?
สอบถามเว็บแจ้ง error JApplicationSite::isClient()
โดย Thanapoom1514 จ 06 พ.ย. 2023 1:58 pm บอร์ด Joomla Development
2
679
พ 08 พ.ย. 2023 2:44 pm โดย mindphp View Topic สอบถามเว็บแจ้ง error JApplicationSite::isClient()
วิเคราะห์สาเหตุที่รถแบตเตอรี่มีไฟฟ้าแต่สตาร์ทไม่ติด
โดย GreatBattery จ 06 พ.ย. 2023 1:21 pm บอร์ด Share Knowledge
0
478
จ 06 พ.ย. 2023 1:21 pm โดย GreatBattery View Topic วิเคราะห์สาเหตุที่รถแบตเตอรี่มีไฟฟ้าแต่สตาร์ทไม่ติด
วิธีเปิด ssh ใน vmware exsi 5 ทำอย่างไร ssh open port vmware
โดย mindphp อ 05 พ.ย. 2023 5:07 pm บอร์ด Linux - Web Server
0
1208
อ 05 พ.ย. 2023 5:07 pm โดย mindphp View Topic วิธีเปิด ssh ใน vmware exsi 5 ทำอย่างไร ssh open port vmware
สเปกเซิร์ฟเวอร์สำหรับ Joomla เวอร์ชั่นต่างๆ ตั้งแต่ 1.5, 2.5, 3.x, 4.x, 5.x ไว้สำหรับเลือก Host ให้ตรงเวอร์ชั่นที่เราใช้
โดย mindphp ส 04 พ.ย. 2023 5:32 am บอร์ด Joomla Developing Knowledge
2
465
ส 04 พ.ย. 2023 11:54 am โดย mindphp View Topic สเปกเซิร์ฟเวอร์สำหรับ Joomla เวอร์ชั่นต่างๆ ตั้งแต่ 1.5, 2.5, 3.x, 4.x, 5.x ไว้สำหรับเลือก Host ให้ตรงเวอร์ชั่นที่เราใช้
สอบถามต้องการลบไฟล์ที่มาจาก URL ต้องทำอย่างไร
โดย eange08 ศ 03 พ.ย. 2023 4:33 pm บอร์ด Programming - PHP
5
914
ส 04 พ.ย. 2023 5:33 pm โดย eange08 View Topic สอบถามต้องการลบไฟล์ที่มาจาก URL ต้องทำอย่างไร