Search:

Type: Posts; User: MrBean

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    3,032

    Re: how to start a service from oreo on

    k have it working in case it is of use to others


    if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) {//Build.VERSION.SDK_INT < Build.VERSION_CODES.O
    ...
  2. Replies
    2
    Views
    3,032

    Re: how to start a service from oreo on

    k just an update i have it working for oreo to s incase it is of use to others


    if (Build.VERSION.SDK_INT < Build.VERSION_CODES.O) {
    ...
  3. Replies
    2
    Views
    3,032

    how to start a service from oreo on

    hi from oreo you start a service differently than before and then it changed again for s and i cant figure out what is wrong with my pendingIntent


    Intent notificationIntent = new Intent(this,...
  4. Replies
    2
    Views
    1,080

    calling a method in class

    main
    memclass memObject = new memclass();//this line wont work it has red lines under memclass

    error message
    constructor memclass in class home33.memclass cannot be applied to given types;
    ...
Results 1 to 4 of 4