I created a Tag for Debug,
You can use String "Mytag" Like this Log.i("Mytag","response: "+ response);
It's should be "ads", String from
JSONObject ads = result.getJSONObject(0);
No put that in your Class where you
extends Application
more info here...
Create a new class and add this code
public class AppConfig {
public static final String JSON_ARRAY = "result";
public static final String ads ="ads";
// flag for display ads
public static boolean ENABLE_Ads = false;
public static void getJSON(String url, Context...
Create a new class and add this code
public class AppConfig {
public static final String JSON_ARRAY = "result";
public static final String ads ="ads";
// flag for display ads
public static boolean ENABLE_Ads = false;
public static void getJSON(String url, Context...
Hi can anyone Nulled This for me please
<?php
namespace App\Model\Table;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry;
use Cake\Cache\Cache;
class ActivationTable extends Table
{
public function initialize(array $config)
{
$this->_table = false;
}
public function...
i do like this
replace
$notify->addSuccess(Yii::t('app', 'Your form has been successfully saved!'));
with your code but it didn't work because there is another file
WelcomeController.php
<?php defined('MW_INSTALLER_PATH') || exit('No direct script access allowed');
/**
* WelcomeController...
Hi i am trying to nulled this but no luck so far. can anyone help me please here are the code that calls the license verify SettingsController.php
<?php defined('MW_PATH') || exit('No direct script access allowed');
/**
* SettingsController
*
* Handles the settings for the application
*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.