Issue I want to write code in dart that can calculate like this expression: 100 * ( 2 + 12 ) / 14 (infix notation) taking into consideration the priority of operators. for ex: "*" is stronger than "+". The
Continue readingTag: javascript
React Native Android HTTP Fetch Fails
Issue Having issues using fetch in the android emulator with a local server. I can run the below code in node and in other environments with no issues, but in the Android emulator, I get an error. This is the
Continue readingReact Native Error : undefined is not an object (evaluating '_this.flatList = flatList')
Issue I made a carousel of images and now when I try to open the first screen where it contained the carousel, it gives me the error "undefined is not an object (evaluating ‘_this.flatList = flatList’)". At first my error
Continue readingRegex | Find 3 character length word starts with specific char '%'
Issue Using Regex, I need to find a word within a encoded url query string which matches start with specific char % and word must be 3 chars length long including starting specific char %. A sample is following: Sam+JS%2C+COSP+Lepar-+Happy+Search+%28ENG%29+%5B320kbps%5D+%5B2019%5D+%7BYMB%9D
Continue readingAndroid – getSharedPreferences cannot Resolve
Issue Hello i have getSharedPreferences cannot resolve, i search much answers but anything resolve this. how to implement getSharedPreferences in onclick iside ViewHolder? MyHolder.class public class MyHolder extends RecyclerView.ViewHolder { TextView nametxt; ImageView img; TextView url; TextView channel; Context c;
Continue readingHow to view JavaScript console on Android (and iOS)?
Issue I am creating a purely browser based app – HTML and JavaScript. I do not have an Android IDE installed (nor one for iOS) – and would prefer not to have to install one and perform remote debugging. Developing
Continue readingWhy does a green status bar appears when i build with eas?
Issue Why when i compile my app the status bar suddenly appear. When i’m testing it in the expo go app or in a android emulator you can’t see the status bar but as soon as i build it with
Continue readingWhy does a green status bar appears when i build with eas?
Issue Why when i compile my app the status bar suddenly appear. When i’m testing it in the expo go app or in a android emulator you can’t see the status bar but as soon as i build it with
Continue readingAndroid app icon / ic_launch icon has white padding
Issue Generated an app icon using https://appicon.co/ Ive used this before for other apps and its working great but this time my app icon has white padding on android OS, , any idea why ? Im using react native &
Continue readingDatatimePicker is displayed as soon as the composnat is opened in React Native
Issue I hope you are doing well. I have a problem with react native on Android. In IOS, it works well but when i open a componant who includes a DataTimePicker in Android, it automatically shows me the DatatimePicker. Do
Continue reading