cities = ["台南","雲林","高雄","屏東"]
for i in range(len(cities)):
print(str(i)+""+cities[i])

me1237guy 發表在 痞客邦 留言(0) 人氣()


 
1. Import OpenStreetMap Data into Driving Scenario
 

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. In order to send mail from the GMail server, the first step is that you have to decrease the security level of your Gmail settings, enable it by clicking here
 
2. You can run the following snip code directly or save them as a script file and run it

me1237guy 發表在 痞客邦 留言(0) 人氣()


 
Add dependencies to build.gradle
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'

me1237guy 發表在 痞客邦 留言(0) 人氣()


Insert the latest version of firebase into the dependencies of the Gradle
dependencies
{

 
// ...


 
// Import the Firebase BoM

  implementation platform

(
'com.google.firebase:firebase-bom:29.0.3'
)


 
// When using the BoM, you don't specify versions in Firebase library dependencies


 
// Declare the dependency for the Firebase SDK for Google Analytics

 
implementation
'com.google.firebase:firebase-analytics'


 
// Declare the dependencies for any other desired

Firebase products


 
// For example, declare the dependencies for Firebase Authentication and Cloud Firestore

  implementation
'com.google.firebase:firebase-auth'

  implementation
'com.google.firebase:firebase-firestore'


}

me1237guy 發表在 痞客邦 留言(0) 人氣()

1. Android Email Intent Tutorial - How to Send Email From Within Your App
2. Send email automatically by java Mail API android without intent - on background
   It is better than the above one because it provides you to send emails automatically by a Java mail API WITHOUT an extra app.

me1237guy 發表在 痞客邦 留言(0) 人氣()

 
1. How to Take a Photo Using The Camera And Display it in Android Imageview
2. Android onActivityResult is Deprecated. What Do I Do Now?

me1237guy 發表在 痞客邦 留言(0) 人氣()



me1237guy 發表在 痞客邦 留言(0) 人氣()

Unfortunately, the example[1] does not work for me and there were also some users who had the same problem. 
Only a black screen was shown on the App, although I had set up the app's permissions.
Finally, I studied OpenCV Android Studio Examples, and it happened to succeed. 
 

me1237guy 發表在 痞客邦 留言(0) 人氣()

VideoLAN solution overview
Since streaming is becoming more and more important in real-world applications, I'm gonna take some effort on surveying how
to set up a streamer on different platforms and devices.

me1237guy 發表在 痞客邦 留言(0) 人氣()

 
優雅地封裝 Activity Result API,完美地替代 startActivityForResult()
startActivityForResult()替代方案Activity Result Api

me1237guy 發表在 痞客邦 留言(0) 人氣()



Insert the following two lines into AndroidManifest.xml
1. <uses-permission android:name="android.permission.INTERNET"/>

me1237guy 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。