Top "Dynamic" questions

Dynamic is a widely used term that, in general, describes a decision made by the program at run-time rather than at compile time.

Dynamic static method call in PHP?

Please could someone experienced in PHP help out with the following. Somewhere in my code, I have a call to …

php class function dynamic
How can I dynamically create menu items?

I'm building an Android application and I'm trying to build a user management system where users can login, logout, etc. …

android android-layout dynamic menuitem android-menu
How to create a dynamic file + link for download in Javascript?

Typically, HTML pages can have link to documents (PDF, etc...) which can be downloaded from the server. Assuming a Javascript …

javascript file dynamic download creation
how to create an animated gif in .net

Does anyone know how to create an animated gif using c#? Ideally I would have some control over the color …

c# .net dynamic animated-gif
Dynamic loading of python modules

In python how do you dynamically add modules to a package while your program is running. I want to be …

python dynamic python-import
Javascript dynamically invoke object method from string

Can I dynamically call an object method having the method name as a string? I would imagine it like this: …

javascript oop dynamic methods invoke
Newtonsoft JSON - Dynamic Objects

I am using the Newtonsoft JSON library to perform dynamic deserialisation on incoming raw JSON and have found something that …

c# json dynamic deserialization json.net
Dynamic Anonymous type in Razor causes RuntimeBinderException

I'm getting the following error: 'object' does not contain a definition for 'RatingName' When you look at the anonymous dynamic …

dynamic asp.net-mvc-3 razor anonymous-types
Angular Grid ag-grid columnDefs Dynamically change

I have a problem about columnDefs change dynamically. Here is my gridOptions: $scope.gridOptions = { columnDefs: [], enableFilter: true, rowData: null, rowSelection: …

angularjs dynamic ag-grid
VB.NET equivalent for C# 'dynamic' with Option Strict On

Is there an equivalent for the C# 4 'dynamic' keyword when using type safe VB.NET, i.e. with Option Strict …

c# vb.net dynamic option-strict