I am getting this error: I have installed ADT and SDK using install new software in Eclipse. I am using Eclipse Java EE IDE for Web Developers. Version: Keple
Listen my problem in this short video. Now I explain in more detail: In that video I've played (clicking on button) an audio file by three times, twice in a row
Fragment is not loading in Unit Test. Code: @RunWith(AndroidJUnit4::class) class DataFeature { @Test fun testEventFragment() { val fragmen
I am trying to make an HTTP request over WiFi from an ESP32, but upon connecting to the host, this error is displayed in serial console [ 21036][E][WiFiGeneric.
I am just getting started with the yocto project and trying to build an image for x86 architecture to be emulated using QEMU emulator (running on Ubuntu 16.04 )
I need to convert user input datetime to epoch time. This what what I have: from datetime import datetime from_date = str(input('Enter date(yyyy-mm-dd hh:mm):
I am running a loop, and in each iteration I go to the PostGres database to find certain matching records. My issue is that it takes too long to open a new data
I'm trying to connect to Google Play, to add a paid subscription, but I get this message in the callback : Billing service unavailable on device. here is my cod