Issue I want to make a Table with a solid column on the left and scrollable columns on the right that scoll horizontally. I’ve devided it into two differnt Table Layouts and put the right one in a HorizontalScollView. Later
Continue readingCategory: Flutter
Unable to use two typeFilters in setTypeFilter() for Google Places 2019 update
Issue I have upgraded to the new Google Places using: ‘com.google.android.libraries.places:places:2.0.0’ I have implemented a AutoCompleteSupportFragment in my layout and in that fragment is where the user will type in their location or destination. Then the info will be put
Continue readingCapacitor Google Maps Custom Icon WILL NOT work unless its https://
Issue I am using Capacitor with the Google Maps package and cant get a custom icon for my marker (on android) for the life of me. It works fine on the web, first off. Thats a breeze. The problem is
Continue readingCombine 2 data sources in RxJava with possibility to fetch new data from 1 of the observables
Issue I’m currently working on an Android app where I’m using RxJava in a ViewModel to handle data from both a local Room database and a remote API (Retrofit). I have implemented a pull-to-refresh feature, and in the onRefresh method,
Continue readingHow to adjust HMS Scan Kit CustomizedView scale in a fragment?
Issue I want to use CustomizedView inside a fragment that is not full screen. I found that the camera viewfinder looks stretched, I’ve tried to adjust the width and height but nothing works. Here’s the image comparison between CustomizedView in
Continue readingSQLiteOpenHelper failing to call onCreate?
Issue I am trying to create a local database on an android phone using sqlite. I have a helper class, shown below, that is used to create the database and provide the “help”. I am wanting to create an object
Continue readingFlutter- logistics requires SDK version >=2.12.0 <3.2.2, version solving failed. exit code 1
Issue I am working on a Flutter logistics application, that basically tracks products. But, I am facing an issue in my pubspec.yaml file The Code inside pubspec.yaml name: logistics description: A new Flutter project. # The following defines the version
Continue readingBackDropFilter doesn't run (Flutter)
Issue I’m programming a simple validation screen, and I decided to use BackDropFilter to use some blur, but it doesn’t work, it says that ImageFilter isn’t defined. import ‘package:flutter/material.dart’; import ‘../constants.dart’; class ValidationScreen extends StatelessWidget { @override Widget build(BuildContext context)
Continue readingwhy isn't a recomposition happening when the state is changed in the viewmodel
Issue i have this code where i have a parent component QuranScreen and child component PagesContainer, the child component contains a horizontal pager inside it, whenever the pager state is changed (page changed), i emit an event to parent and
Continue readingHow to get the player variable from MediaSessionService example in docs?
Issue Maybe it’s just me but Media3 Create a MediaController section in android docs is just missing the last part for me which is getting the "player" and using it in a composable. I want the session for the notification
Continue reading