Questions tagged as 'bundle'

1
answer

Collect all the Extras of an Intent

Is there any way to find out what all the Extras in an Intent are! CONTEXT : I have an app that gets url's shared by the other apps: if (Intent.ACTION_SEND.equals(action)) { final String url_ = i.getStringExtra(Intent.EXTRA_TEXT);...
asked by 07.01.2017 / 16:46
1
answer

Problem with bundle scripts

When I publish my asp.net mvc application the bundle script generates a ref problem. scripts. As in the debug environment I do not use the bundles, the problem does not happen. Error:    "common / scripts": Duplicate data property in ob...
asked by 03.09.2014 / 14:31
2
answers

Webpack not updating bundle.js

I'm new to this React and Webpack stuff, and I'm studying hard, but I came up with a problem that I'm not finding a way to solve. const webpack = require('webpack') module.exports = { entry: './html/js/index.jsx', output: { pa...
asked by 29.05.2017 / 17:39
1
answer

How to build a reusable bundle in symfony and manageable via composer

Even after reading best practices for code reuse in symfony and search for the use of < a href="https://tableless.com.br/composer-para-iniciantes/"> composer , I still can not understand how in practice I should create my bundle to be reusable...
asked by 18.12.2016 / 21:13
1
answer

ListView with config.properties

I have the following question, I'm using a listview with a 300 character of a game, when clicking on a character it inserts some data that is written in config.properties , all the characters have descriptions, vocations among other...
asked by 14.09.2017 / 15:47
1
answer

JSON does not arrive complete when sending by Bundle

I'm trying to get the return of a push in android through the Bundle, however I'm having some problem performing bundle.getString("Message"); because it does not get all my answer that is in JSON format, it follows the format of the messa...
asked by 07.03.2016 / 15:22
1
answer

Failed to do bundle install

Good afternoon, I'm having a little problem when I bundle install : /usr/local/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mk...
asked by 13.04.2015 / 14:44
1
answer

MVC bundle changing css content - Awesome Font

I have a problem with the bundle of ASP.NET MVC. When I squeeze the local application, the FontAwesome icons render perfectly. Even when I enable the bundle location. However, when I publish the application to the server, the bundle chang...
asked by 05.12.2017 / 13:39
1
answer

WEBPACK commands do not work

I installed the webpack with the command npm install webpack -g , but when I try to use the webpack -h or any other command of this problem > PS C:\Users\renan\Desktop\Wchat> webpack -h The CLI moved into a > separate pac...
asked by 01.05.2018 / 06:14
1
answer

How to display a list of results in an activity? [closed]

I have a fairly limited knowledge on programming and I'm starting Android now. I started developing an Android project for physiotherapy. In this project, physiotherapists will be able to register and log in to edit, display, and record patie...
asked by 21.06.2017 / 17:58