https://webrtchacks.com/own-phoneco-with-webrtc/
https://webrtchacks.com/baby-motion-detector/
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Thursday, February 28, 2019
Thursday, February 21, 2019
FCM push via ARC chrome extension
you can send push via ARC this chrome extension
you can do it via postman as well (https://medium.com/android-school/test-fcm-notification-with-postman-f91ba08aacc3)
you can do it via postman as well (https://medium.com/android-school/test-fcm-notification-with-postman-f91ba08aacc3)
POST to https://fcm.googleapis.com/fcm/send
headers:
content-type application/json
Authorization key=[get the key from firbase messageing)
in the body write your json
e.g. sample
{
""priority"": ""high"",
""time_to_live"": 86400,
""to"": ""{0}"",
""notification"": {
},
""data"": {
""title"": ""{1}"",
""body"": ""{2}""
""basic"":""{3}"",
""firstname"":""{4}"",
""lastname"":""{5}""
}
}"
Saturday, February 2, 2019
android sources + test - real code
all sources could be found here
https://android.googlesource.com/platform/frameworks/base
test for example need to drill down
https://android.googlesource.com/platform/frameworks/base/+/marshmallow-release/tests/
https://android.googlesource.com/platform/frameworks/base
test for example need to drill down
https://android.googlesource.com/platform/frameworks/base/+/marshmallow-release/tests/
Subscribe to:
Posts (Atom)