python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Creating a menu with an array accessible in all classes
I am trying to create a menu in java. First I have to display all the options from 1-6, and get the users selection. Each of the options have a different function to carry out.1st - add items and stor...
Aleo111
Votes: 0
Answers: 1
How do I use a named export from an external script in Angular?
https://stackblitz.com/edit/angular-ivy-4666q1?file=src%2Fdb%2Fdb.ts is a great demo of using Dexie in Angular, but instead of npm installing and importing, I would like to dynamically load Dexie AND ...
andyhflo
Votes: 0
Answers: 0
Declare AD ID premission (App for Children)
If I direct my applications for children and I have SDK 28 and use AdMob, do I have to change anything? Will a string of zeros automatically appear as AD ID?
If I update this application for childre...
Daria Juszczyk
Votes: 0
Answers: 2
Declare Property as diferent Class based on other value
I have: ClassUsser, ClassClient, ClassPerson.
ClassUsser
Public Property Name as String
ClassClient
Public Property Name as String
ClassPerson
Public Property KindPerson as Integer
Public Propert...
Jose David
Votes: 0
Answers: 1